Personal tools

Lua/Client/Render/Functions/SetFont

From JC2-MP Documentation

< Lua‎ | Client‎ | Render
Jump to: navigation, search

Returns    none
Prototype    Render:SetFont(AssetLocation assetLocation, string name)
Description    No description


Examples

Render:SetFont(AssetLocation.Disk, "LeagueGothic.ttf")
 
Render:SetFont(AssetLocation.SystemFont, "Calibri")

See also

Render:ResetFont